projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4ca8f
)
(vc-rcs-state): Don't require vc.el.
author
André Spiegel
<spiegel@gnu.org>
Wed, 4 Sep 2002 20:49:35 +0000
(20:49 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Wed, 4 Sep 2002 20:49:35 +0000
(20:49 +0000)
lisp/vc-rcs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-rcs.el
b/lisp/vc-rcs.el
index 73541ff9cabb205ebaa8939c483ba5f6af739cae..53c842dda8cb91b691ce90c3e0ac86e1beba364e 100644
(file)
--- a/
lisp/vc-rcs.el
+++ b/
lisp/vc-rcs.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-rcs.el,v 1.2
4 2002/03/18 17:17:38
spiegel Exp $
+;; $Id: vc-rcs.el,v 1.2
5 2002/07/19 13:27:44
spiegel Exp $
;; This file is part of GNU Emacs.
@@
-116,7
+116,6
@@
For a description of possible values, see `vc-check-master-templates'."
'vc-workfile-version))))
(if (not (eq state 'up-to-date))
state
- (require 'vc)
(if (vc-workfile-unchanged-p file)
'up-to-date
(if (eq (vc-checkout-model file) 'locking)